projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1745a4
)
remove gtk_object_destroy comment as requested.
author
Michael Meeks
<michael@src.gnome.org>
Fri, 28 Sep 2001 00:45:39 +0000
(
00:45
+0000)
committer
Michael Meeks
<michael@src.gnome.org>
Fri, 28 Sep 2001 00:45:39 +0000
(
00:45
+0000)
gtk/gtkobject.c
patch
|
blob
|
history
diff --git
a/gtk/gtkobject.c
b/gtk/gtkobject.c
index a5c445384b9cbd8fe9ce9f84ec5c2dd318393d57..6dc3fff7997a5ae24370390fa1b24dfb8a65df99 100644
(file)
--- a/
gtk/gtkobject.c
+++ b/
gtk/gtkobject.c
@@
-354,12
+354,7
@@
gtk_object_destroy (GtkObject *object)
g_return_if_fail (GTK_IS_OBJECT (object));
if (!GTK_OBJECT_DESTROYED (object))
- {
- /* need to hold a reference count around all class method
- * invocations.
- */
g_object_run_dispose (G_OBJECT (object));
- }
}
static void